home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 February
/
macformat-047.iso
/
Shareware Plus
/
Developers
/
LogoMation 1.1.4 ƒ
/
Documentation ƒ
/
code tidbits
/
a Filled Hexagon
/
a Filled Hexagon
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-11
|
391 b
|
9 lines
|
[
UVtx/UVtl
]
Down // just in case the pen was up
Color 65535,27530,6390
Fill 22 // we start filling:
Repeat 5 // we are going to plot a hexagon
Forward 50 // by drawing 50 pixels lines
Right 60 // with 60 degrees between them
Up // done Duplicate, done Fill